home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / jpeginst / jpeginst.exe / {app} / enhancer.exe / 0 / RCDATA / TJPGQUALITY / TJPGQUALITY.txt
Text File  |  2004-11-05  |  4KB  |  163 lines

  1. object JPGQuality: TJPGQuality
  2.   Left = 474
  3.   Top = 310
  4.   AutoScroll = False
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   Caption = 'JPEG parameters'
  7.   ClientHeight = 104
  8.   ClientWidth = 320
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object TeLabel1: TTeLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 102
  24.     Height = 13
  25.     Performance = kspNoBuffer
  26.     Caption = 'Choose JPEG quality:'
  27.     Color = clBtnFace
  28.     ParentColor = False
  29.     ThemeObject = 'default'
  30.   end
  31.   object TeLabel2: TTeLabel
  32.     Left = 143
  33.     Top = 32
  34.     Width = 34
  35.     Height = 13
  36.     Performance = kspNoBuffer
  37.     Caption = 'Lowest'
  38.     Color = clBtnFace
  39.     ParentColor = False
  40.     ThemeObject = 'default'
  41.   end
  42.   object TeLabel3: TTeLabel
  43.     Left = 289
  44.     Top = 32
  45.     Width = 21
  46.     Height = 13
  47.     Performance = kspNoBuffer
  48.     Caption = 'Best'
  49.     Color = clBtnFace
  50.     ParentColor = False
  51.     ThemeObject = 'default'
  52.   end
  53.   object QualityBar: TTeTrackBar
  54.     Left = 144
  55.     Top = 0
  56.     Width = 169
  57.     Height = 33
  58.     Performance = kspDoubleBuffer
  59.     Max = 100
  60.     Min = 1
  61.     Orientation = ktoHorizontal
  62.     Position = 90
  63.     Frequency = 5
  64.     TabOrder = 0
  65.     Transparent = True
  66.     ThemeObject = 'default'
  67.     ShowTicks = False
  68.   end
  69.   object TeButton1: TTeButton
  70.     Left = 72
  71.     Top = 72
  72.     Width = 75
  73.     Height = 25
  74.     Performance = kspDoubleBuffer
  75.     OnClick = TeButton1Click
  76.     BlackAndWhiteGlyph = False
  77.     Caption = 'OK'
  78.     Default = True
  79.     FontOptions.Bold = False
  80.     FontOptions.Italic = False
  81.     FontOptions.SizeDelta = 0
  82.     FontOptions.FontColor = clNone
  83.     FontOptions.StrikeOut = False
  84.     FontOptions.Underline = False
  85.     ThemeObject = 'default'
  86.     TabOrder = 1
  87.     WordWrap = False
  88.   end
  89.   object CancelButton: TTeButton
  90.     Left = 152
  91.     Top = 72
  92.     Width = 75
  93.     Height = 25
  94.     Performance = kspDoubleBuffer
  95.     OnClick = CancelButtonClick
  96.     BlackAndWhiteGlyph = False
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     FontOptions.Bold = False
  100.     FontOptions.Italic = False
  101.     FontOptions.SizeDelta = 0
  102.     FontOptions.FontColor = clNone
  103.     FontOptions.StrikeOut = False
  104.     FontOptions.Underline = False
  105.     ThemeObject = 'default'
  106.     TabOrder = 2
  107.     WordWrap = False
  108.   end
  109.   object chkPreserveEXIF: TTeCheckBox
  110.     Left = 8
  111.     Top = 48
  112.     Width = 209
  113.     Height = 20
  114.     Performance = kspDoubleBuffer
  115.     Caption = 'Preserve EXIF information'
  116.     AllowGrayed = False
  117.     Alignment = kalLeftJustify
  118.     Checked = True
  119.     Spacing = 5
  120.     State = kcbsChecked
  121.     ThemeObject = 'default'
  122.     TabOrder = 3
  123.     Transparent = True
  124.     WordWrap = False
  125.   end
  126.   object TeForm1: TTeForm
  127.     Animation.EffectKind = '[ RANDOM ] - Random selection'
  128.     BorderIcons = []
  129.     BorderStyle = kbsDialog
  130.     Dragging.Sizeable = False
  131.     SystemMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  132.     TrayMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  133.     MinimizeApplication = False
  134.     Performance = ksfpNoBuffer
  135.     StayOnTop = False
  136.     StretchBackground = False
  137.     WindowState = kwsNormal
  138.     ThemeObject = 'default'
  139.     Left = 8
  140.     Top = 72
  141.   end
  142.   object m_pFormLang: TsmlFormLangRes
  143.     LangFileName = 'DefLang.ini'
  144.     IgnoreEmptyString = False
  145.     AutoCreateMode = True
  146.     AddBracket = False
  147.     StringProperties.Strings = (
  148.       'Caption')
  149.     StringsProperties.Strings = (
  150.       'Tabs'
  151.       'Items')
  152.     IgnoreControls.Strings = (
  153.       'TeForm1')
  154.     IgnoreFormCaption = False
  155.     IncludeListViewItems = False
  156.     IncludeListViewHead = False
  157.     IncludeTreeViewItems = False
  158.     Active = True
  159.     Left = 248
  160.     Top = 72
  161.   end
  162. end
  163.